home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / wdj0797.zip / TOMLINSN.ZIP / TEST.C < prev   
C/C++ Source or Header  |  1997-04-28  |  165b  |  12 lines

  1. #include <windows.h>
  2. #include <stdio.h>
  3. #include "security.h"
  4.  
  5. void main(int argc, char **argv)
  6. {
  7.     DumpWinStaSD();
  8.     DumpDesktopSD();
  9.  
  10.     return;
  11. }
  12.